home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / win / winmove.h < prev   
Encoding:
C/C++ Source or Header  |  1994-11-16  |  412 b   |  18 lines

  1. #ifndef    _WIN_WINMOVE_H
  2. #define    _WIN_WINMOVE_H
  3.  
  4. #ifndef    _SIWIN_H
  5. #    include    <siwin.h>
  6. #endif
  7. #ifndef    _SIEV_H
  8. #    include    <siev.h>
  9. #endif
  10.  
  11. /* "winmv10.c"        ----------------------------------------------------*/
  12. extern    int        WinMoveEvFunc( int evNo, EVDAT_T *evdat );
  13.  
  14. /* "winmv11.c"        ----------------------------------------------------*/
  15. extern    int        win_moveSrv( WIN_T *win, FRAME_T *newFr );
  16.  
  17. #endif
  18.